What is the difference between Application["Key"] and Application.Contents["Key"]?

Posted by iTayb on Stack Overflow See other posts from Stack Overflow or by iTayb
Published on 2010-03-08T17:14:29Z Indexed on 2010/03/08 17:21 UTC
Read the original article Hit count: 76

Filed under:
|

Application["temp"] = 8; should set the value 8 to the key temp.

However, so does Application.Contents["temp"] = 8;

So what are the differences between these two?

Thank you very much.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET